home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / index10.zip / INDEXER.TXT < prev   
Text File  |  1994-12-18  |  9KB  |  152 lines

  1. What is INDEXER:
  2.   INDEXER is a small Microsoft Windows utility that creates permuted
  3.   indexes. I created INDEXER because I was tired of spending time
  4.   looking through class and seminar notes for information I knew was 
  5.   there but just couldn't find. I found that I changed those notes from
  6.   souvenirs of thousand dollar classes into valuable reference
  7.   materials. It can be a lot of work to create the input files that
  8.   INDEXER uses but its well worth it.
  9.  
  10. Configuring INDEXER:
  11.   There is no configuration needed for INDEXER. A INDEXER.INI file
  12.   is automatically created in the WINDOWS directory the first time
  13.   INDEXER is run. This file will initially contain version and
  14.   copyright information. When you register INDEXER your name and
  15.   registration number will also go in the INDEXER.INI file.
  16.   Instructions on adding those items will be provided when you
  17.   register.
  18.  
  19. Running INDEXER
  20.   To run INDEXER just click on its icon. The first thing you will
  21.   see is the standard file selection dialog. Enter the name of the
  22.   input file. The next dialog to appear is the standard selection
  23.   dialog. This time enter the name of the output file. If the file
  24.   doesn't exist you'll be queried to make sure its OK to create
  25.   it. Next the "Parsing and Sorting phase" percent complete dialog
  26.   appears. Besides a number indicating the percentage of the input
  27.   file processed there is a cancel button. Clicking on the cancel
  28.   button stops all processing. If the input file is too big you will
  29.   get an indication that something cannot be allocated. At that point
  30.   the Parsing and Sorting phase is terminated. The next phase is the
  31.   output phase. There is another percent complete dialog with a cancel
  32.   button. This phase is usually very quick and there is not much point
  33.   in pressing the cancel button. However, you can if you want to.
  34.  
  35.   If you are running an unregistered version of INDEXER each page
  36.   of the output file will contain a registration message. This makes
  37.   the index about a third longer than it needs to be and of course
  38.   reminds you to register your copy. 
  39.  
  40. The INDEXER Input File:
  41.   INDEXER can read any ASCII file, that is a file without any special
  42.   control sequences or embedded commands. I typically create these files
  43.   with the NOTEPAD windows application. Each line of this file has the
  44.   same format. The first token is the page number, the rest of the
  45.   line is the entry title. Each word in this entry will be indexed.
  46.   Note that page numbers do not have to be numbers. Any character
  47.   string can be used. It is separated from the rest of the entry by a
  48.   space.
  49.  
  50.   For example, if the input file contained the following lines:
  51.  
  52.   1-10 routesets
  53.   1-10 subsystem number, SSN
  54.   1-10 called PC or SSN
  55.   1-10 Calling PC or SSN
  56.   1-11 signalling link functions, level 2
  57.   1-11 message signal unit, MSU
  58.   1-11 link status signalling unit, LSSU
  59.   1-11 fill in signalling unit, FISU
  60.   1-12 signalling unit formats
  61.   1-13 signalling network functions, level 3
  62.   1-14 signalling connection control part, SCCP
  63.   1-14 connection oriented services
  64.   1-15 SCCP classes of service
  65.   1-15 basic connectionless
  66.  
  67. The output file would contain the following. Note that the indexed
  68. word is in the middle of the page. Also each word appears in the
  69. context of the entire entry. 
  70.  
  71. gnalling link functions, level 2 . . . . . . . . . . . . . . . . . . . 1-11
  72. lling network functions, level 3 . . . . . . . . . . . . . . . . . . . 1-13
  73.                                basic connectionless  . . . . . . . . . 1-15
  74.                                called PC or SSN  . . . . . . . . . . . 1-10
  75.                                Calling PC or SSN . . . . . . . . . . . 1-10
  76.                           SCCP classes of service  . . . . . . . . . . 1-15
  77.                                connection oriented services  . . . . . 1-14
  78.                     signalling connection control part, SCCP . . . . . 1-14
  79.                          basic connectionless  . . . . . . . . . . . . 1-15
  80.          signalling connection control part, SCCP  . . . . . . . . . . 1-14
  81.                                fill in signalling unit, FISU . . . . . 1-11
  82.       fill in signalling unit, FISU  . . . . . . . . . . . . . . . . . 1-11
  83.                signalling unit formats . . . . . . . . . . . . . . . . 1-12
  84.             signalling network functions, level 3  . . . . . . . . . . 1-13
  85.                signalling link functions, level 2  . . . . . . . . . . 1-11
  86.                           fill in signalling unit, FISU  . . . . . . . 1-11
  87.  signalling network functions, level 3 . . . . . . . . . . . . . . . . 1-13
  88.     signalling link functions, level 2 . . . . . . . . . . . . . . . . 1-11
  89.                                link status signalling unit,  . . . . . 1-11
  90.                     signalling link functions, level 2 . . . . . . . . 1-11
  91.   link status signalling unit, LSSU  . . . . . . . . . . . . . . . . . 1-11
  92.                                message signal unit, MSU  . . . . . . . 1-11
  93.           message signal unit, MSU . . . . . . . . . . . . . . . . . . 1-11
  94.                     signalling network functions, level 3  . . . . . . 1-13
  95.                      subsystem number, SSN . . . . . . . . . . . . . . 1-10
  96.                   SCCP classes of service  . . . . . . . . . . . . . . 1-15
  97.                     Calling PC or SSN  . . . . . . . . . . . . . . . . 1-10
  98.                      called PC or SSN  . . . . . . . . . . . . . . . . 1-10
  99.                     connection oriented services . . . . . . . . . . . 1-14
  100.  signalling connection control part, SCCP  . . . . . . . . . . . . . . 1-14
  101.                        Calling PC or SSN . . . . . . . . . . . . . . . 1-10
  102.                         called PC or SSN . . . . . . . . . . . . . . . 1-10
  103.                                routesets . . . . . . . . . . . . . . . 1-10
  104.                                SCCP classes of service . . . . . . . . 1-15
  105. lling connection control part, SCCP  . . . . . . . . . . . . . . . . . 1-14
  106.                SCCP classes of service . . . . . . . . . . . . . . . . 1-15
  107.            connection oriented services  . . . . . . . . . . . . . . . 1-14
  108.                        message signal unit, MSU  . . . . . . . . . . . 1-11
  109.                                signalling connection control . . . . . 1-14
  110.                                signalling network functions, . . . . . 1-13
  111.                                signalling unit formats . . . . . . . . 1-12
  112.                        fill in signalling unit, FISU . . . . . . . . . 1-11
  113.                    link status signalling unit, LSSU . . . . . . . . . 1-11
  114.                                signalling link functions, le . . . . . 1-11
  115.                  Calling PC or SSN . . . . . . . . . . . . . . . . . . 1-10
  116.                   called PC or SSN . . . . . . . . . . . . . . . . . . 1-10
  117.              subsystem number, SSN . . . . . . . . . . . . . . . . . . 1-10
  118.                           link status signalling unit, LSSU  . . . . . 1-11
  119.                                subsystem number, SSN . . . . . . . . . 1-10
  120.                     signalling unit formats  . . . . . . . . . . . . . 1-12
  121.             fill in signalling unit, FISU  . . . . . . . . . . . . . . 1-11
  122.         link status signalling unit, LSSU  . . . . . . . . . . . . . . 1-11
  123.                 message signal unit, MSU . . . . . . . . . . . . . . . 1-11
  124.  
  125. Registering INDEXER:
  126.   When you run INDEXER you will notice that each page contains an
  127.   annoying message asking you to register your copy of INDEXER.
  128.   The copy of INDEXER that you have is the complete working version,
  129.   no functionality has been removed or restrictions in its use added.
  130.   This allows you to make a complete evaluation of the product. If you
  131.   decide that INDEXER is a product that you want to use then please
  132.   register your copy. When you register you will be sent a registration
  133.   number which when combined with your name will indicate to
  134.   INDEXER that the copy has been registered and the annoying messages
  135.   will not be displayed. Instructions for adding your name and
  136.   registration number to the INDEXER.INI file will be provided
  137.   when you register.
  138.  
  139.   To register send the name that you want INDEXER registered with
  140.   and $15.00 to:
  141.        Noah Davids
  142.        6115 East Surrey Ave.
  143.        Scottsdale, AZ  85254
  144.  
  145. Distribution:
  146.   The files INDEXER.EXE, and INDEXER.TXT may be freely distributed as
  147.   long as both files are distributed together and as long as the
  148.   distributor clearly indicates that any charges are for the
  149.   distribution process itself (connect time, media costs, shipping,
  150.   etc.) and not for the product.
  151.  
  152.